pvs fix
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Tue, 23 Mar 2021 15:46:42 +0000 (09:46 -0600)
committertsteven4 <13596209+tsteven4@users.noreply.github.com>
Tue, 23 Mar 2021 15:46:42 +0000 (09:46 -0600)
commit3171c297631e30e909776def76677aa61bb34cb0
tree9feae8c19d3ca658b80810d87895d5e2927ce376
parent40e0c56e7213d6d5cb78bfd9d6adfffb1fb81fad
pvs fix

V668 There is no sense in testing the 'wpt_tmp' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error.
ozi.cc